home *** CD-ROM | disk | FTP | other *** search
- object frmImport: TfrmImport
- Left = 152
- Top = 182
- HelpContext = 1870
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Import messages'
- ClientHeight = 195
- ClientWidth = 440
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- DesignSize = (
- 440
- 195)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TTntLabel
- Left = 8
- Top = 16
- Width = 71
- Height = 13
- Caption = '&Import from file:'
- end
- object Label5: TTntLabel
- Left = 8
- Top = 48
- Width = 81
- Height = 13
- Caption = 'Import into &folder:'
- FocusControl = FolderCB
- end
- object FileNameBoxBtn: TTntSpeedButton
- Left = 408
- Top = 8
- Width = 21
- Height = 21
- Caption = '...'
- OnClick = FileNameBoxBtnClick
- end
- object OkBtn: TMMTNTBItBtn
- Left = 272
- Top = 163
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = OkBtnClick
- end
- object CancelBtn: TMMTNTBItBtn
- Left = 352
- Top = 163
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 6
- end
- object FolderCB: TTntComboBox
- Left = 152
- Top = 40
- Width = 265
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- end
- object XFolderCB: TtntAutoSizeCheckBox
- Left = 16
- Top = 80
- Width = 170
- Height = 17
- Caption = '&Use X-Folder header if available'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object XRefCB: TtntAutoSizeCheckBox
- Left = 16
- Top = 104
- Width = 120
- Height = 17
- Caption = '&Analyse XRef header'
- Checked = True
- State = cbChecked
- TabOrder = 3
- OnClick = XRefCBClick
- end
- object AreAllEmailsCB: TtntAutoSizeCheckBox
- Left = 16
- Top = 128
- Width = 347
- Height = 17
- Caption =
- 'Imported &messages are all emails (ignore "Newsgroups" header fi' +
- 'elds)'
- Checked = True
- State = cbChecked
- TabOrder = 4
- OnClick = AreAllEmailsCBClick
- end
- object FileNameBox: TTntEdit
- Left = 152
- Top = 8
- Width = 257
- Height = 21
- TabOrder = 0
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 2
- OnTimer = Timer1Timer
- Left = 48
- Top = 136
- end
- end
-